chore(release): release 0.1.0 - #737
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e8139ce06b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [package] | ||
| name = "tracedecay" | ||
| version = "0.0.74" | ||
| version = "0.1.0" |
There was a problem hiding this comment.
Update Cargo.lock with the release version
When this release commit changes the root package to 0.1.0, Cargo.lock still records the tracedecay package as 0.0.74. This leaves the committed release metadata inconsistent and causes tests/release_workflow_contract_test.sh to fail its explicit root-lock/version alignment check; include the lockfile update produced by the release workflow's cargo update -p tracedecay --precise "$release_version" step.
Useful? React with 👍 / 👎.
f200a38 to
1dd1fe3
Compare
b01c795 to
be99fbc
Compare
🤖 I have created a release beep boop
0.1.0 (2026-08-27)
Features
Bug Fixes
Performance Improvements
Reverts
This PR was generated with Release Please. See documentation.